columview: Don't overdraw
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Sep 2020 18:30:40 +0000 (14:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Sep 2020 18:30:40 +0000 (14:30 -0400)
commite70ed905d19acba7f93ffb9586d8166b4dc15984
tree46131bb2d6e63e3273f8f8ec45ce1c7bb6e4b28c
parent7eb0ae39c5549bfaa4efb879ef49b1186f48c5c1
columview: Don't overdraw

Just always tell the title and cell widgets to
clip their children to the right size. Otherwise
we risk things getting out of sync and unintended
overdraw.

Fixes: #3179
gtk/gtkcolumnviewcell.c
gtk/gtkcolumnviewcolumn.c
gtk/gtkcolumnviewtitle.c